home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 4202 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  758 b 

  1. Path: news.telepac.pt!usenet
  2. From: jcarlosr@mail.telepac.pt (J.Carlos)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Windows Programming questions!!!
  5. Date: Sun, 28 Jan 1996 21:56:08 GMT
  6. Organization: telepac
  7. Message-ID: <4egv0v$cpj@vivaldi.telepac.pt>
  8. References: <4egg13$jrt@news.euro.net>
  9. NNTP-Posting-Host: alv1_p9.telepac.pt
  10. X-Newsreader: Forte Free Agent 1.0.82
  11.  
  12. savant@euronet.nl (Simon van Tongeren) wrote:
  13. >Hi,
  14. >I've recently start to write apllications for Windows (3.1 or above)
  15. >but I encouter several difficulties which I don't fully understand:
  16. >  How do I link and use libraries such as .DLL files ?
  17.  
  18. There's an utility named IMPLIB that you can use to create an import
  19. library to use a DLL, you must link the library not the DLL.
  20.  
  21. Regard's J.Carlos
  22.  
  23.